tests: Disable idle locking in headless weston
authorAlexander Larsson <alexl@redhat.com>
Thu, 28 May 2020 13:15:04 +0000 (15:15 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 28 May 2020 13:15:04 +0000 (15:15 +0200)
In my local testing i was burned by the default 300sec value here.
I'm not sure if we actually hit this in the CI, but lets not
take any chances.

.gitlab-ci/run-tests.sh

index 455aa1c13b682cf1fe45f846cfe966caf8c19764..e1a0d7f399009bcce2549a7ea96d0215a6287450 100755 (executable)
@@ -25,7 +25,7 @@ case "${backend}" in
   wayland)
     export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
 
-    weston --backend=headless-backend.so --socket=wayland-5 &
+    weston --backend=headless-backend.so --socket=wayland-5 --idle-time=0 &
     compositor=$!
     export WAYLAND_DISPLAY=wayland-5